home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / bbs / FileLister145.lha / Configs / FileLister.Cfg.English < prev   
Text File  |  1995-08-27  |  8KB  |  236 lines

  1. ; Config file for Filelister V1.4xx
  2.  
  3. ; Access for faking
  4. FakerAccess       255
  5. ; Access for changing a description
  6. ChangeDescAccess  255
  7.  
  8. ; maximum amount of files which can exist online
  9. ; each file need 8 bytes
  10. ; !! IMPORTANT !! If you use the sorted index you MUST set this value to
  11.                   the amount of files which can be accessed via TA. Setting
  12.                   this value to low will cause a crash.
  13. MaxFiles          20000
  14.  
  15. ; pattern symbols to be acknowledged
  16. PatternSymbols    "?#()~[]%*"
  17.  
  18. ; path to the private dirs of the users
  19. PrivPfad          "FILE:/privfiles/"
  20.  
  21. ; never mark files that match this pattern
  22. NeverMark         "(Files.BBS#?|#?.Desc)"
  23.  
  24. ; path to the private messages (for Faker)
  25. PrivMsg           "MAIL:priv/"
  26.  
  27. ; default download counter to be used
  28. DCAdd             "[00]"
  29. ; maximum length of filedescription
  30. DescLength        37
  31.  
  32. ; path to the user data for file marks (better DON'T use bbs:users/ to
  33. ; avoid chaos)
  34. MarkierungsPfad   "USER:"
  35.  
  36. ; access to files via Files.BBS or directory access ?
  37. SearchInFilesBBS  NO
  38.  
  39. ; for Sysops with low memory (<2MB of free memory after running TA)
  40. ; MemoryLamer NO will speed up filelister
  41. MemoryLamer       YES
  42.  
  43. ; use TA1.11 commands only ?
  44. UseOnlyTA111Cmds  NO
  45.  
  46. ; areas to be listet while newfiles scan
  47. ; Syntax :  x-y   : list area x to y
  48. ;           x,y,z : list area x, y and z
  49. ;           x-    : list areas from x
  50. ;           -x    : list areas to x
  51. ;           Exmample : 1,3,5-10,20-
  52. Arealist          1-
  53.  
  54. ; to work arround a missing feature of TrXpr you can set a flag for
  55. ; sending one file after another or send as much files as possible
  56. ; in one batch session
  57. ; (0 = send EVERYTIME the maximum amount of files in one batch session
  58. ;  256 = send EVERYTIME single)
  59. SendSingle        1
  60.  
  61. ; private use for setting lastread pointers
  62. ; contact me for more informations
  63. MessageConfs      29
  64.  
  65. ; show logoff text after autologoff ?
  66. ShowLogoffText    YES
  67.  
  68. ; complete the fileliste after destroying via marking many files or
  69. ; viewing a long description (ANSI users only)
  70. CompleteList      YES
  71.  
  72. ; abort list after pressing one of the abort keys (SPACE, CTRL+C, CTRL+D,
  73. ; ESC) and quit after the prompt or go on after using the prompt ?
  74. ReallyAbortList   YES
  75.  
  76. ; decide what to do with the ratios
  77. ; IGNORE     : ignore ratio
  78. ; FILEBASED  : use ratio with the amount of down/uploaded files
  79. ; BYTESBASED : use ratio with the amount of down/uploaded bytes
  80. UseRatio          IGNORE
  81.  
  82. ; give every user a certain amount of upload additional
  83. UploadAdd         1
  84.  
  85. ; check if the marked files really exist before downloading
  86. CheckBeforeDl     YES
  87.  
  88. ; access for unlimited download-time
  89. UnlimitedAccess   255
  90.  
  91. ; ask for the protocol (TA1.12+) before downloading
  92. AskProtocol       YES
  93.  
  94. ; show the choice of each query even when command stack was used ?
  95. HideStackedQuerys NO
  96.  
  97. ; index file when NOT using the sorted index in the memory (for low
  98. ; memory systems)
  99. ; will be ignored when using internal index
  100. SortedIndexFile   "FILE2:FileIndex.Sortiert"
  101.  
  102. ; create internal index ? (need at least 4xMaxfiles bytes of memory)
  103. ; finds up to 50 files/second if the using enters the full filename
  104. ; (independent of the position in your filebase !!!)
  105. ; !! IMPORTANT !! This option only runs if MemoryLamer NO was set
  106. UseIndex          YES
  107.  
  108. ; area not to be put in the index because they was often changed
  109. ; Example : private dir, sysop dir, upload dir
  110. ; Comment : privat dir has number 0 !
  111. PutNotInIndex     0,40,41
  112.  
  113. ; because the Shortdescriptions are short anough, you can specify here
  114. ; if you want to skip the download counters in the listing or not
  115. SkipDCounter      NO
  116.  
  117. ; this is for saving CPU time. The unit is microsecons. (Default : 10000
  118. ; = 0.01 seconds). Time was waited after every outputted line on the
  119. ; screen
  120. WaitAfterLine     10000
  121.  
  122. ; texts for filelister
  123. Texte 001      "Privat directory of "
  124. Texte 002      "Show new files of all areas ?"
  125. Texte 003      "Search in all areas ? "
  126. Texte 004      "List files of all areas ?"
  127. Texte 005      "Show new files since : "
  128. Texte 006      "search for (partname/pattern) : "
  129. Texte 007      "January"
  130. Texte 008      "February"
  131. Texte 009      "March"
  132. Texte 010      "April"
  133. Texte 011      "May"
  134. Texte 012      "June"
  135. Texte 013      "July"
  136. Texte 014      "August"
  137. Texte 015      "Septem."
  138. Texte 016      "Oktober"
  139. Texte 017      "Novemb."
  140. Texte 018      "Decemb."
  141. Texte 019      "Today"
  142. Texte 020      "Yesterd."
  143. Texte 021      "Tomorrow"
  144. Texte 022      "Mark file(s) (pattern/number/name) : "
  145. Texte 023      "was marked !"
  146. Texte 024      "Total : "
  147. Texte 025      "doesn't exists !"
  148. Texte 026      "you must not access to this file !"
  149. Texte 027      "Scanning area "
  150. Texte 028      "fake file(s) : "
  151. Texte 029      "change file(s) : "
  152. Texte 030      "show info of file(s) : "
  153. Texte 031      " will be changed."
  154. Texte 032      "Reason : "
  155. Texte 033      "Informations of file : "
  156. Texte 034      "Exact length in bytes : "
  157. Texte 035      "Uploader : "
  158. Texte 036      "Longdescription : "
  159. Texte 037      "Longdescription not available !"
  160. Texte 038      "Uploader and longdescription not available !"
  161. Texte 039      " will be faked."
  162. Texte 040      "Uploader name : "
  163. Texte 041      "This file has the length "
  164. Texte 042      "how many times extra upload credits ? "
  165. Texte 043      "Bytes will be subtracted"
  166. Texte 044      "Bytes will be added"
  167. Texte 045      "New upload value of user : "
  168. Texte 046      "User file will be aktualized !"
  169. Texte 047      "Reason (max. 50 Characters) : "
  170. Texte 048      "creating mail to uploader..."
  171. Texte 049      "You get "
  172. Texte 050      "upload credits for "
  173. Texte 051      " subtracted."
  174. Texte 052      " added."
  175. Texte 053      "P.S.: This message was created by TA-Faker automatically !!"
  176. Texte 054      "!! ATTENTION !! there is a weighty error !!"
  177. Texte 055      "                Please contact the sysop a fast as possible !!"
  178. Texte 056      "Message couldn't be created"
  179. Texte 057      "Message.BBS couldn't be read"
  180. Texte 058      "Userfile couldn't be writtten"
  181. Texte 059      " obviously doesn't exist in this BBS !"
  182. Texte 060      " obviously this file has no uploader !"
  183. Texte 061      "Delete this file immediately ? "
  184. Texte 062      "This file couldn't be found in the list !"
  185. Texte 063      "Enter new description : "
  186. Texte 064      "Description was changed."
  187. Texte 065      "ERROR : Files.BBS couldn't be written."
  188. Texte 066      "Next file ? "
  189. Texte 067      "More ? "
  190. Texte 068      "Available protokols :"
  191. Texte 069      "Choose one protokol (RETURN="
  192. Texte 070      "You've marked the following files : "
  193. Texte 071      "Total length : "
  194. Texte 072      "you've marked the folling files additionally : "
  195. Texte 073      "File "
  196. Texte 074      " was double marked !"
  197. Texte 075      "Unfortunately, you're missing "
  198. Texte 076      " for download"
  199. Texte 077      "Time remaining after download "
  200. Texte 078      "really download marked files ? "
  201. Texte 079      "You needn't... :-)"
  202. Texte 080      "Autologoff after download ? "
  203. Texte 081      "File(s) to be sent : "
  204. Texte 082      "press ! for immediate logoff or RETURN for back to BBS..."
  205. Texte 083      " delete really ? (Yes/No/All/Quit) "
  206. Texte 084      "File(s) to be deleted : "
  207. Texte 085      " was deleted !"
  208. Texte 086      "You have passed over your upload:download ratio !"
  209. Texte 087      "For this download you have to upload at least "
  210. Texte 088      " files ..."
  211. Texte 089      " bytes ..."
  212. Texte 090      "Otherwise you have to unmark some files..."
  213. Texte 091      "this file doesn't exists (anymore) ^"
  214. Texte 092      "Search for this file ? "
  215. Texte 093      "unmarked"
  216. Texte 094      "Your default protocol : "
  217. Texte 095      "is already marked. Unmark ?"
  218. Texte 096      "unmarked ! "
  219. Texte 097      "Press RETURN to continue !"
  220. Texte 098      "Yes,No,All,Quit"
  221. Texte 099      "User inactivity logoff."
  222. Texte 100      "List which areas ? (e.g. 1,2,10- ) "
  223.  
  224. Texte 111      "No files in this area."
  225. Texte 112      "No files in the given areas."
  226. Texte 113      "No read access on this area."
  227. Texte 114      "No new files found."
  228. Texte 115      "Search was unsuccessful."
  229.  
  230.  Texts for SetNodeLocation
  231. Texte 101      "is in the download menu"
  232. Texte 102      "is downloading"
  233. Texte 103      "is looking at new files"
  234. Texte 104      "is searching for files"
  235. Texte 105      "is looking at the filelist"
  236.